Class sjl.Ident
All Packages Class Hierarchy This Package Previous Next Index
Class sjl.Ident
java.lang.Object
|
+----sjl.Ident
- public class Ident
- extends Object
- implements Function1
Ident
is a function object which return the argument
object. Ident
is usefull in compination with the
ComposePredicate
and ComposeFunction
classes.
-
Ident()
- Contruct an Ident object.
-
perform(Object)
- Return the agument object unmodified.
Ident
public Ident()
- Contruct an Ident object.
perform
public Object perform(Object o)
- Return the agument object unmodified.
- Returns:
- o
All Packages Class Hierarchy This Package Previous Next Index